home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #12 / Software USA Volume 4.12.iso / pc / lifestyl / anyclock / run / aclock.exe / 0 / RCDATA / TFORM9 / TFORM9.txt < prev   
Text File  |  1998-09-17  |  826b  |  43 lines

  1. object Form9: TForm9
  2.   Left = 252
  3.   Top = 247
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'EXIT PROGRAM?'
  6.   ClientHeight = 59
  7.   ClientWidth = 139
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 7
  18.     Top = 7
  19.     Width = 124
  20.     Height = 46
  21.     Caption = 'Exit Program Yes/No?'
  22.     TabOrder = 0
  23.     object Button2: TButton
  24.       Left = 85
  25.       Top = 20
  26.       Width = 33
  27.       Height = 20
  28.       Caption = 'No'
  29.       TabOrder = 0
  30.       OnClick = Button2Click
  31.     end
  32.     object Button1: TButton
  33.       Left = 7
  34.       Top = 20
  35.       Width = 33
  36.       Height = 20
  37.       Caption = 'Yes'
  38.       TabOrder = 1
  39.       OnClick = Button1Click
  40.     end
  41.   end
  42. end
  43.